ServiceCreateRetentionSettings Method (RetentionSettings, StandardFolder) |
Creates the retention settings.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response CreateRetentionSettings(
RetentionSettings retentionSettings,
StandardFolder standardFolder
)
Public Function CreateRetentionSettings (
retentionSettings As RetentionSettings,
standardFolder As StandardFolder
) As Response
Parameters
- retentionSettings
- Type: Independentsoft.ExchangeRetentionSettings
The retention settings. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The standard folder.
Return Value
Type:
ResponseResponse.
See Also